projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a84cef9
)
* configure.ac (GMP_LIB): Set to -lgmp if --without-mini-gmp.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 13 Aug 2018 00:14:43 +0000
(17:14 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 13 Aug 2018 00:14:59 +0000
(17:14 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c40b3bd290395f62b1abc822a1e3ce492a9bf193..0b8849eea2368b83e259e4507ff9cd23e340ca57 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-4312,7
+4312,7
@@
GMP_OBJ=mini-gmp-emacs.o
HAVE_GMP=no
case $with_mini_gmp in
yes) ;;
- no) HAVE_GMP=yes;;
+ no) HAVE_GMP=yes
GMP_LIB=-lgmp
;;
*) AC_CHECK_HEADERS([gmp.h],
[OLIBS=$LIBS
AC_SEARCH_LIBS([__gmpz_roinit_n], [gmp])